projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d90901
)
win32 theme: Don't set the color on *
author
Benjamin Otte
<otte@gnome.org>
Sun, 14 Feb 2016 19:36:38 +0000
(20:36 +0100)
committer
Benjamin Otte
<otte@gnome.org>
Mon, 15 Feb 2016 03:41:12 +0000
(
04:41
+0100)
Instead, set it on .background, so it gets inherited everywhere.
gtk/theme/win32/gtk-win32-base.css
patch
|
blob
|
history
diff --git
a/gtk/theme/win32/gtk-win32-base.css
b/gtk/theme/win32/gtk-win32-base.css
index 4064f4aa524c52914583dc4c51894bb3276349fd..3db320cac8c7e3df9e9d64068b3e1f12271e44e0 100644
(file)
--- a/
gtk/theme/win32/gtk-win32-base.css
+++ b/
gtk/theme/win32/gtk-win32-base.css
@@
-23,12
+23,11
@@
.background,
viewport {
background-color: @bg_color;
-}
-
-* {
color: -gtk-win32-color(button, 18);
border-color: shade (@bg_color, 0.6);
+}
+* {
-GtkScrolledWindow-scrollbars-spacing: 0;
}